home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / graphics / gifv37.zip / GIFV.SLL < prev    next >
Text File  |  1992-12-14  |  287b  |  15 lines

  1. ;
  2. ; GIFV.SLL
  3. ; This routine will take all BMP files and turn them into GIF files in the
  4. ; current directory! (Similar to GIFV.SLH)
  5. ;
  6.         change-path *.bmp
  7. :loop
  8.         loadnext    :exit
  9.         write       g
  10.         goto        :loop
  11. :exit
  12.         system del *.bmp
  13.  
  14.  
  15.